github.com/andybalholm/brotli/flate.huffmanBitWriter.writeBlock (method)

2 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L361: func (w *huffmanBitWriter) writeBlock(matches []matchfinder.Match, eof bool, input []byte) {
		huffman_bit_writer.go#L509: 	w.writeBlock(matches, lastBlock, src)